body {
	font-family:'bahij';
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
.orders
{
	background-color:#008eaa;
	width:50%;
	float:left;
	padding: 10px 1px;
	border-radius: 19px;
	transition:all .5s;
}
.orders:hover
{
	background-color:#000;
	transition:all .5s;
}
.orders a
{
	color:#fff !important;
}
.orders a:hover
{
  text-decoration:none;
  color:#fff !important;
  border:none !important;
}
.end h1
{
	display:none;
}
.product-list .product-thumb
{
	overflow:hidden;
}
.breadcrumb h2{
 	margin:0
 }
/* Sharing Buttons */
.a2a_floating_style {
    position: static!important;
    padding: 0!important;
    display: block;
    background-color: transparent!important;
    margin-left: 0!important;
    margin-bottom: 15px;
    margin-right: 0!important;
}

.a2a_floating_style.a2a_default_style span,
.a2a_floating_style.a2a_default_style a, .a2a_overlay_style.a2a_default_style a {
    float: right
}

.a2a_floating_style.a2a_default_style>  span {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    position: relative;
    top: 4px;
}
.form-group1
{
	display:inline-grid;
	margin-bottom:20px;
}
.form-group1 .form-control1
{
	padding:10px;
	border-color: #f1f1f1;
}
.pro
{
	margin-top:70px;
}
.pro h2{
	color:#969696;
	font-family: 'PFDinTextArabic';
	padding-right:50px;
	font-size: 25px;
	padding-bottom: 13px;
}
#d_quickcheckout .btn-default
{
border-right:1px solid #ffffff;
background-color:#ef4951;
color:#fff;
}
.panel-default > .panel-heading
{
background:#696969;
color:#fff;
}

#d_quickcheckout .btn-primary
{
color: #fff;
text-shadow: none;
background-color: #ef4951;
background-image: none;
box-shadow:none;
border-color:#ef4951;
transition:all .6s;
}
#d_quickcheckout .btn-primary:hover
{
background:#696969;
box-shadow:none;
border-color:#696969;
transition:all .6s;
}

#d_quickcheckout .btn-primary.active
{background:#ef4951;box-shadow:none;border-color:#ffffff;}

.screen-loading {position: fixed;
right: 0;
left: 0;
z-index: 99999999;
top: 0px;
text-align:  center;
bottom: 0;
background: #fff;
}
.screen-loading img
{
 margin-top:200px;

}
#carousel0 .item,#carousel1 .item {
    margin-bottom: 40px;
}
#carousel0 .item:hover img{
	opacity: 1;
}
#carousel0 .item{
	cursor: pointer;
}
#carousel0 .item img{
	opacity: 0.6;
	transition: all .3s ease 0s;
}
.spinner {
  margin: 33px auto 0;
  width:100%;
  display:  inline-block;
  text-align: center;
}
#carousel0 .item{
	border: 1px solid #9b9c9c4f;
    border-radius: 20px;
    padding: 10px;
}
.spinner > div {
  width: 90px;
  position:relative;
  height:100px;
  z-index:99999999;
  background:url(../../../../../image/architect.png)no-repeat;
  background-size:100%;
  display: inline-block;
  animation:swing 1s;
  -webkit-animation:spin 4s linear infinite; 
  -moz-animation:spin 4s linear infinite; 
  animation:swing 4s linear infinite;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
   
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}



/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 16px;
	line-height: 18px;
	color: #000;
	background:url(../image/cart.png)no-repeat right;
	border:none;
	box-shadow:none;
	position:  relative;
	padding: 12px;
}
#cart .zero {
     position: absolute;
     top: 17px;
     right: 19px;
     text-align: center;
     font-size: 12px;
}
#cart .zero1
{
	margin-right: 39px;
	text-shadow:  none;
	font-size: 19px;
}
#cart.open > .btn {
	background-image: none;
	background-color:transparent;
	color: #000;
	background: url(../image/cart.png)no-repeat right;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	text-align: center;

    display: block;
    margin: 0;
    /* padding: 10px 30px 0 30px !important; */
    width: 373px;
    left: 0;
    list-style: none none;
    border: 0;
    background: #fff;
    margin-top: 11px;
    box-sizing: border-box;
    border-radius: 0;
    /* top: 73%; */
    transition: all .5s ease 0s;
    -webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.1);
    transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    -webkit-transform-origin: left top 0;
}
#cart:hover .dropdown-menu{
	    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}
#cart .dropdown-menu:after,#cart .dropdown-menu:before {
	border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.cart-empty {
    display: block !important;
}
#cart .dropdown-menu:before {
	border: 7px solid;
	border-color: transparent transparent #fff transparent;
	z-index: 99;
	left: 26px;
	top: -12px;
	opacity: 0;
}
#cart .dropdown-menu:after {
	border: 8px solid;
	border-color: transparent transparent #fff transparent;
	z-index: 98;
	right: 20px;
	top: -15px;
}
#cart .cart-empty {
    padding-bottom: 25px;
    padding-top: 15px;
}

#cart .dropdown-menu li p{
    margin:0;
}


#cart .info-item >a {
	font-size: 17px;
	font-weight: 500;
	color: #232323;
	display:  block;
	text-transform: capitalize;
}
#cart .info-item >a:hover {
	color: #ef4951;
}
#cart .cart-close {
	position: absolute;
	top: 20px;
	right: 0;
	font-weight: 400;
}
#cart .cart-empty{
	padding-bottom: 25px;
	padding-top: 15px; 
}
#cart .dropdown-menu p{
	margin: 0;
}
#cart .dropdown-menu > li:first-child .table > tbody > tr > td{
	border: 0;
}
#cart .dropdown-menu > li:first-child .table > tbody > tr {
	border-bottom: 1px solid #ebebeb;
	/* padding-bottom: 20px; */
	/* padding-top: 20px; */
	padding-right: 11px;
	position: relative;
	display: block;
	background: none;
}
#cart .table > tbody > tr > td{
	border: none;
	/* padding: 0; */
	color: #3e3d43;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}
#cart button.btn-danger{
	background: none;
	color: #000000;
	background: transparent;
	border-radius: 100%;
	border: 0;
	width: 82px;
	height: 15px;
	line-height: 15px;
	font-size: 15px;
	padding: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	position: absolute;
	top: 9px;
	left: 0;
}
#cart button.btn-danger i{
	font-size: 15px;
	font-weight:normal;
}
#cart button.btn-danger:hover {
	color: #000000;
	border-color: #000;
}
#cart .cart-close button i { line-height: inherit;}
#cart .cart-quantity{
	color: #969696;
	line-height: 20px;
	display: block;
	padding: 5px 0;
	font-size: 12px;
}
#cart .cart-price {
	font-size: 14px;
	font-weight: 600;
	color: #000;
	padding-top: 2px;
}
#cart .cart-name {
	color: #000;
	font-size: 14px;
	line-height: 18px;
	display: block;
}
#cart .cart-name:hover {
	color: #000;
}
#cart .dropdown-menu .cart-button{
 margin: 0px 0px;
 padding-top: 14px;
 padding-bottom: 6px;
 padding-left: 40px;
 padding-right: 40px;
 margin-bottom: -5px;
 }
#cart p.cart-button a:last-child{margin-right: 0;}
#cart p.cart-button a{
	 margin-bottom: 10px;
	 background-color:#000;
	 color: #fff;
	 line-height: 43px;
	 border: 2px solid #fff;
	 text-align: center;
	 padding: 0 30px;
	 text-transform: uppercase;
	 font-size: 12px;
	 margin-right: 0;
	 border-radius: 25px;
	 font-weight: 500;
	 display: inline-block;
	 vertical-align: top;
	 transition:all .6s;
}
#cart p.cart-button a strong {
	font-weight: 400;
}
#cart p.cart-button a:hover{
	color: #fff;
	background: #6a6a6a;
	border-color: #696969;
	transition:all .6s;
}
#cart p.cart-button a:hover i{
	color: #fff;
}
#cart p.cart-button a i{
	padding-left: 5px;
	font-size: 10px;
	display: none;
}
#cart .dropdown-menu .info-item{
	/* padding-left: 10px; */
	/* padding-right: 15px; */
}

#cart .dropdown-menu .has-scroll{
	max-height: 270px;
	overflow: auto;
	padding: 0 30px;
	margin: 0 -30px;
}
#cart .dropdown-menu .has-scroll img {
	border-radius: 10px;
}

#cart .dropdown-menu tr td strong{
	color: #232323;
	font-weight: 900;
	float: right;
	padding: 2px 40px;
	font-size: 12px;
	text-transform: uppercase;
}
#cart .dropdown-menu tr td:last-child{
	color: #ef4951;
	font-weight: 600;
	font-size: 14px;
	text-align: right;
	padding-left: 94px;
}
header .left
{
	margin-right:-20px;
}
#currency .dropdown-menu
{
	right:-30px;
}
#currency .btn-link:hover, .btn-link:focus , #currency .btn-link
{
	color:#fff;
	text-decoration:none;
	transition:all .3s ;
	text-align:  right;
}
#currency .btn-link:hover{
		background:#000

}
.special-
{
	z-index: 1;
	color: #adadad;
	font-size: 20px;
	text-align: right;
	padding-right: 21px;
}
.special- p
{
	    font-family: 'Adobe Arabic';
}
.dropdown-menu
{
	border:none;
	background-color:#ef4951;
}
.thumbnail
{
	
	border-radius: 0;
}
.slick-slide:hover ,.slick-slide:focus
{
	outline:none;
	border:none;
}
.slick-prev:before, .slick-next:before
{
	color: #950200;
	content: "\f106" !important;
	font-family:fontawesome;
}
.slick-prev:before ,.slick-next:before
{
	opacity:1;
}
.slick-prev:hover:before, .slick-next:hover:before
{
	opacity:1;
	transition:all .6s;
}
.slick-next {
    position: absolute;
    left: -5% !important;
    transform:rotate(-90deg);
}
.slick-prev {
    position: absolute;
    right: -5% !important;
    transform:rotate(90deg);
    top: 577px !important;
}
.slick-prev, .slick-next {
	
padding:20px 20px 20px 20px;
	
z-index:999999;
	
top: 564px;
}
.slider-nav .slick-slide img
{
	/* background-color:#e8e8e7; */
	/* padding-right:10px; */
	/* padding-left:10px; */
	/* padding-top:1px; */
	/* padding-bottom:1px; */
	margin:  auto;
}
.slider-nav .slick-slide img
{
	border:1px solid #dddd;
}
.slick-slide img
{
	width:auto !important;
	margin:  20px auto;
}
.radio, .checkbox {
    display: inline-block;
}
.product-page .pro-details {
     position: relative;
     padding: 0px 20px 24px 20px;
     margin-top:10px;
     /* border: 4px solid #696969; */
     margin-right: -24px;
}
.pro-details h1
{
	color:#696969;
	position:relative;
	/* padding-right:35px; */
}
.pro-details h1:after
{
	position:absolute;
	content: "\f085";
	font-family:'fontawesome';
	right:0;
	top:0;
	color:#ef4951;
	display: none;
}
.pro-details .price h2
{
	color: #ef4951;
     font-family: 'Droid Arabic Naskh';
}
.pro-details .info span
{
	font-weight:bold;
}

.product-page .rating .fa-stack:first-of-type { margin-right: 0 }

.rating .fa-stack .fa-star{
    color: #F2CE64!important
}

.product-page .rating a { padding: 0 4px }

.product-page .rating p,
.product-page .rating a {
    color: #545d4a
}

.product-page .rating a:hover {
	color: #dadada
}

.product-page .rating a:hover {
	color: #950200
}

.product-page .btn-group .btn {
    border: 0;
    border-radius: 0;
    text-shadow: none;
    background-color:#000;
    color:#fff;
    font-size: 18px;
    box-shadow: none;
    padding: 5px 13px;
}
.product-page .btn-group .btn:hover
{
	background-color:#ef4951;
	transition:all .6s;
}
.product-page [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after
{
	margin-left:0;
	font-size: 21px;
}
.product-page .btn-group .btn:first-child img {
    width: 20px
}
.product-page .btn-group .btn:first-child:hover {
}
.product-page .btn-group .btn:not(:first-of-type) {
    margin-right: 8px;
}

.product-page .btn-group .btn:not(:first-of-type):hover {
}

.product-page .qty .control-label {margin-left: 10px;}

.product-page .qty .form-control {
    width: 45px;
    padding: 0 5px;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    text-align: center;
    display: inline-block;
}

.product-page .qty i {
    width: 25px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 10px;
    cursor: pointer;
    color: #000;
}

.product-page .qty i:hover {
    color:#545d4a
}

.product-page .qty i.fa-plus {border-left: 1px solid #eee;}

.product-page .qty i.fa-minus {border-right: 1px solid #eee;}

.product-page .btn-group {margin-bottom: 25px;/* display:  block; */}

.product-page .btn-group .btn:first-child i {float: right;}

.product-page .btn-group .btn:not(:first-of-type) {
    margin-right: 8px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: transparent;
    color: #000;
    padding: 0;
    border: 0;
    box-shadow:  none;
}

.product-page .btn-group .btn:not(:first-of-type) i {
	font-size: 20px
}

.product-page .tab-content > .tab-pane span {
    font-family: 'Bahij TheSansArabic', sans-serif!important;
    font-size: 14px;
    line-height: 1.8;
    color: #777;
    font-weight: 300;
}
.pro-tabs {
    margin-bottom: 40px;
    float: left;
    margin-top: 35px;
}

.pro-tabs .tab-content {
    padding-top: 20px;
    border: 1px solid #ddd;
    padding: 15px;
}

.pro-tabs .nav-tabs > li:first-of-type {
    padding-right: 0
}

.pro-tabs .nav-tabs > li {
    padding: 0 15px
}

.pro-tabs .nav-tabs > li {
	font-weight: 400
}

.pro-tabs .nav-tabs > li > a {
    font-size: 18px;
    background: transparent;
    border: 0;
    color: #000;
    padding: 10px 0;
    border-bottom: 2px solid transparent;
}

.pro-tabs .nav > li > a:hover, .nav > li > a:focus {
    background: transparent
}

.pro-tabs .nav-tabs > li.active > a,
.pro-tabs > li.active > a:hover,
.pro-tabs > li.active > a:focus {
    color: #ef4951;
    border: 0;
    background: transparent;
    border-bottom: 3px solid #ef4951;
}

header
{
	/* margin-top:70px;
	margin-bottom: 44px; */
}
header [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after
{
	margin-left:0;
	color:#636363;
	font-size:35px;
}

#banner0 .owl-controls .owl-page span
{
	background-color:#56475e;
	width:8px;
	height:8px;
}
#banner0 .owl-wrapper-outer
{
	border:none;
	box-shadow:none;
}
#banner0 .owl-controls .owl-buttons .owl-prev , #banner0 .owl-controls .owl-buttons .owl-next
{
	top:100%;
}

#banner0 .owl-carousel:hover .owl-buttons div
{
	opacity:1;
}
.product_category{
	margin-top: 30px;
}
.product_category .panel-title
{
	color:#2f2f2f;
	font-size: 32px;
	padding-right: 17px;
	font-weight:  bold;
	display:  inline-block;
}
#carousel0 .owl-wrapper-outer
{
	border:none;
	box-shadow:none;
}
#carousel0 img
{
	margin:auto;
}
#carousel0 .owl-controls .owl-page span
{
	width:8px;
	height:8px;
	background-color:#56475e;
}

h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

div.required .control-label:before {
	content: '* ';
	content: "\f1b9";
	font-family:'fontawesome';
	color: #000;
	font-size:10px;
	padding: 8px;
	display: none;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: right;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-right: 15px;
}
/* logo */
#logo {
	margin-top: -18px;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
}
/* cart */
#cart {
	margin-bottom: 10px;
	margin-top: -13px;
}
#cart.open > .btn {
	background:url(../image/cart.png)no-repeat right;
	color: #000;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
		#cart .dropdown-menu {
			width: 100%;
		}
	}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
		#cart .dropdown-menu li > div {
			min-width: 100%;
		}
	}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: transparent;
	background-repeat: repeat-x;
	min-height: 40px;
	position:relative;
}
#menu:after
{
	position:absolute;
	content:'';
	background:url(../image/home.png);
	width:27px;
	height:28px;
	right: -16px;
	top: 5px;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
   font-weight:bold;
}
#menu .nav > li > a:after
{
	position:absolute;
	content:'/';
	top: 11px;
	right: -5px;
	color:#dedede;
}
#menu .nav > li:first-of-type a:after
{
	display:none;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: right;
	padding-right: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: left;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	.container.container1{
		padding-bottom: 0 !important;
	}
	.header1 {
		padding: 8px 0 !important;
	}
	#cart .dropdown-menu:after{
	left:0
	}
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-right: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */

/* footer */
footer {
	/* padding: 67px 0;
	background-color: #303030;
	color: #e2e2e2;
	border-radius: 18px;
	width: 1116px;
	margin-right: 117px; */
}

footer .left
{
	text-align:center;
}

footer .left li {padding: 0;}
footer .left .face
{
	background-color:#4e71a8;
	transition:all .3s;
}
footer .left .twitter
{
	background-color:#1cb7eb;
	transition:all .3s;
}

footer .left .ube
{
	background-color:#ca3737;
	transition:all .3s;
}
#top .right li:not(:last-of-type) {margin-left: 3px;}

footer .left li a i:before
{
	font-size: 17px;
	margin-left:0;
}

footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}

footer .center a:hover {
	color:#008eaa;
	transform:translatex(-5px);
	transition:all .4s;
}
footer a:hover {
	color: #fff;
}
footer .list-inline
{
	padding:0;
}
footer .left p span
{
	font-weight:bold;
	font-size:22px;
}
footer h5 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
/* breadcrumb */

.breadcrumb a
{
	text-shadow:none;
	color: #696969;
	font-size:30px;
	font-weight:bold;
}
.breadcrumb i {
	font-size: 0px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	left: -5px;
	width: 26px;
	height: 26px;
}
.breadcrumb li:first-of-type
{
	display:none;
}
.filter .ctt
{
	margin-top:8px;
	color:#fff;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #000;
	background-color: #ffffff;
	border-color: #ef4951;
	border-radius:0;
}
.btn-default:hover
{
	background-color:#000;
	color:#ef4951;
	border-color:#ef4951;
	text-shadow:none;
	box-shadow:none;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #ef4951;
	border-color:#ef4951;
	transition:all .6s;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group  {
	padding: 10px 0;
	-webkit-box-shadow: 1px 1px 10px 0px #00000024;
	box-shadow: 1px 1px 10px 0px #00000024;
	padding-top:0;
}


.list-group a:not(:last-of-type):after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 80%;
    height: 1px;
    background: #efefef;
    margin: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.list-group a:hover:after,
.list-group a.active:after {
    background-color: #ef4951;
}

.list-group-item:last-child {border-radius: 0 }

.list-group-item:first-child { border-radius: 0 }

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	font-weight: 400;
	text-shadow: none;
	background-color: transparent;
	color: #e63334;
	font-weight: 300;
	border: 0;
}
.list-group .count:before {
    content: "";
    position: absolute;
    right:0;
    bottom: 0;
    border-width: 4px;
    border-color: transparent #c0974c #c0974c transparent;
    border-style: solid;
} 
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	/* border: 1px solid #ddd; */
	margin-bottom: 20px;
	/* overflow: hidden; */
	box-shadow: 10.5px 18.187px 21px 0px rgb( 1, 2, 2 ,.1);
	border-radius:20px;
}
.product-thumb:hover 
{
	box-shadow: 10.5px 18.187px 21px 0px rgb(0, 0, 0 ,.2);
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity:1;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px !important;
	height: 180px;
}
.product-thumb img
{
	transition:all .5s;
	
}

.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: right;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-list .product-thumb .caption {
	margin-right: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	/* min-height: 210px; */
	padding: 0 10px;
}
}
@media (max-width: 767px) {
	
	.breadcrumb > li:after{
		top: 0px !important;
		height:  2px !important;
	}
.product-list .product-thumb .caption {
	min-height: 0;
	margin-right: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}

.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}


.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-right: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}

.product-thumb .btn-cart .flaticon-empty-shopping-cart:before
{
	font-size:22px;
}
.product-thumb:hover .btn-cart
{
	transition:all 1s;
}
 .product-thumb .caption > p.des{
 	display:none
 }
 .dropdown-menu > li > a{
 	color:#FFF;
 	transition:all .4s
 }

 .dropdown-menu > li > a:hover{
 	color:#FFF;
 	background:#000 !important
 }
.product-list   .product-thumb .caption > p.des{
 	display:block;
 }
.product-list .product-thumb button{
	opacity:1 !important;
	left: 0;
	right: 231px;
}

.product-thumb:hover .button-group {
   
}
.product-list .product-thumb .button-group {
	top:0;
}

@media (max-width: 768px) {
.product-list .product-thumb .button-group {
	border-right: none;
}
}
.product-thumb .button-group button {
    border: none;
    display:inline-block;
    padding: 0;
    background-color:rgb(196,196,196 );
    color: #000;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    outline: none;
    opacity:0;
    transition:all .6s;
    margin:10px;
}
.product-thumb .button-group button:first-of-type {
	transform:translatex(-60px);
}
.product-thumb .button-group button:last-of-type {
	transform:translatex(60px);
}

.product-thumb:hover .button-group button:first-of-type {
	transform:translatex(-20px);
}
.product-thumb:hover .button-group button:last-of-type {
	transform:translatex(20px);
}
.item  .product-thumb 
{
	transform:translatey(0);
	transition:all .6s;
}
.item:hover .product-thumb 
{
	opacity:1;
    transform:translatey(-10px);
    transition:all .6s;
}
.product-thumb .button-group button:hover
{
	background-color:#000000;
	transition:all .6s;
}
.product-thumb:hover .button-group button{
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    transition:all .7s;
}

.product-thumb:hover .button-group button{
    
    animation: bounceinRight 0.5s;
}
.product-thumb:hover .button-group button+button{
    animation: bounceinRight 1s;
}
.product-thumb:hover .button-group button:last-child{
    animation: bounceinRight 1.5s;
}
.product-thumb .buttongroup span{
    display: none;
}
product-thumb .buttongroup .fa
{
    font-size: 14px;
    font-weight: bold;
}
.product-thumb i:before
{
	margin-left:0;
	color:#fff;
	font-size: 19px;
}
@media (max-width: 1200px) {

}
@media (max-width: 767px) {

}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-right: 20px;
}
.thumbnails {
	margin-right: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: right;
	margin-right: 20px;
}
/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3{
       width: 100%;
    }
    #column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }
    #column-left + #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
    #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}
/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

.product-page .btn-group .btn:first-child img {
    width: 20px
}

.product-page .btn-group .btn:first-child:hover {
}

.product-page .btn-group .btn:first-child i {float: right;}

.product-page .btn-group .btn:not(:first-of-type) {
    margin-right: 8px;
}

.product-page .btn-group .btn:not(:first-of-type):hover {
}
.product-page .info li {padding: 0 0 5px 0;color: #000;font-size: 14px;font-weight: 300;}
.product-page .form-group .wrapper {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 0 10px;
    height: 40px;
}

.product-page .qty .control-label {margin-left: 10px;}

.product-page .qty .form-control {
    width: 45px;
    padding: 0 5px;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    text-align: center;
    display: inline-block;
}

.product-page .qty i {
    width: 25px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 10px;
    cursor: pointer;
    color: #000;
}

.product-page .qty i:hover {
    color:#545d4a
}

.product-page .qty i.fa-plus {border-left: 1px solid #eee;}

.product-page .qty i.fa-minus {border-right: 1px solid #eee;}

.product-page .btn-group {margin-bottom: 25px;/* display:  block; */padding-right: 15px;}

.product-page .btn-group .btn:not(:first-of-type) {
    margin-right: 8px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: black;
    color: #fff;
    padding: 0;
    border: 0;
    box-shadow:  none;
}

.product-page .btn-group .btn:not(:first-of-type) i {
	font-size: 20px
}

.product-page .tab-content > .tab-pane span {
    font-family: 'Bahij TheSansArabic', sans-serif!important;
    font-size: 14px;
    line-height: 1.8;
    color: #777;
    font-weight: 300;
}

.container header
{
	margin-right:-40px;
	margin-left:-40px;
}
.container.container1 
{
	margin-top: 150px;
      box-shadow: 0px 0px 93px 0px rgb( 1, 2, 2 ,.3 );
      border-radius:20px;
      padding-bottom: 20px;
}
header
{
	/* margin-top:70px;
	margin-bottom: 44px; */
}
header [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after
{
	margin-left:0;
	color:#636363;
	font-size:35px;
		transition:all .3s;
}
header [class^="flaticon-"]:hover:before, [class*=" flaticon-"]:hover:before, [class^="flaticon-"]:hover:after, [class*=" flaticon-"]:hover:after
{
	color:#49afef;
	transition:all .3s;
}
#banner0
{
	margin-bottom:55px;
}

#banner0 .item:before
{
 -webkit-animation: shine .75s;
  animation: shine .75s;

}

#banner0 .item:hover:before
{
   position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgb(0, 0, 0 ,.1) 0%, rgba(0,0,0,.1) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
@-webkit-keyframes shine {
100% {
left: 125%;
}
}
@keyframes shine {
100% {
left: 125%;
}
}

#banner0 .owl-controls .owl-page span
{
	background-color:#56475e;
	width:8px;
	height:8px;
}
#banner0 .owl-wrapper-outer
{
	border:none;
	box-shadow:none;
}
#banner0 .item
{
   margin:20px;
   overflow: hidden;
   position:relative;
   box-shadow: 12px 7px 9px 5px rgb(0 0 0 / 6%);
}
#banner0 .owl-controls .owl-buttons .owl-prev , #banner0 .owl-controls .owl-buttons .owl-next
{
	top:100%;
}
 .owl-carousel .owl-buttons div
{
	opacity:1 !important;
}
#banner0 .owl-carousel:hover .owl-buttons div
{
	opacity:1;
}
.mt-0{
	margin-top: 0;
}
.product_category .owl-carousel
{
	margin-top: 0;
	margin-bottom: 0;
}
.product_category .pull-right 
{
	margin-left: 26px;
	position:relative;
}
.product_category .pull-right a{
	color:#ffffff;
	font-size: 17px;
}
.product_category .pull-right:after
{
	position: absolute;
    content: "\f103";
    font-family: 'flaticon';
    top: 0px;
    left: -30px;
    font-size: 22px;
    color: #23a1d1;
}
.product_category .owl-wrapper-outer
{
	border:none;
	box-shadow:none;
}

 .product-thumb h4 a
{
	color: #424244;
	font-weight:bold;
	font-size: 18px;
}
.product_category .item
{
	margin:20px;
	margin-bottom: 64px;
}
#carousel0 .owl-wrapper-outer
{
	border:none;
	box-shadow:none;
}
#carousel0 img
{
	margin:auto;
}
#carousel0 .owl-controls .owl-page span
{
	width:8px;
	height:8px;
	background-color:#56475e;
}
.payment
{
	text-align:center;
	margin-top:50px;
	margin-bottom:50px;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #ef4951;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
	border-radius: 0;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	transition:all .6s;
	text-decoration: none;
	color: #ffffff;
	background-color:transparent;
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: right;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-right: 15px;
}
/* logo */
#logo {
	margin-top: -18px;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
}
/* cart */
#cart {
	margin-bottom: 10px;
	margin-top: -13px;
}
#cart > .btn {
	font-size: 12px !important;
    line-height: 18px;
    color: #000 !important;
    background: url(../image/cart.png)no-repeat right;
    border: none !important;
    padding: 20px !important;
    box-shadow: none !important;
    background-color: unset !important;
}
#cart-total {
    position: absolute;
    background: #0b4671;
    color: #ffffff;
    padding:1px;
    border-radius:5px;
    top:-8px;
    left: 23px;
    width: 21px;
    height: 21px;
    line-height: 21px;
    font-size: 10px;
}
#cart.open > .btn {
	background:url(../image/cart.png)no-repeat right;
	color: #000;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: -webkit-gradient(radial,163.6% -43.05% ,0 , 163.6% -43.05%, 283.36 ,color-stop(0,rgb(178 221 247) ),color-stop(1,rgb(0 142 170) ));    
	z-index: 1001;
}

@media (max-width: 478px) {
		#cart .dropdown-menu {
			width: 100%;
		}
	}
#cart .dropdown-menu table {
	margin-bottom: 0px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
		#cart .dropdown-menu li > div {
			min-width: 100%;
		}
	}
#cart .dropdown-menu li p {
	margin: 5px 0;
	display:  inline-block;
	padding-right: 12px;
}
/* menu */
#menu {
	background-color: transparent;
	background-repeat: repeat-x;
	min-height: 40px;
	position:relative;
}
#menu:after
{
	position:absolute;
	content:'';
	background:url(../image/home.png);
	width:27px;
	height:28px;
	right: -16px;
	top: 5px;
}
#menu .nav > li > a {
	color: #000;
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	font-size: 16px;
	background-color: transparent;
	position:relative;
}
#menu .nav > li > a:before
{
	position:absolute;
	content:'';
	background-color:#8fc2d19c;
	width:30px;
	height:3px;
	left:25%;
	border-radius:100px;
	left:10%;
    bottom:10px;
    opacity:0;
    transition:all .7s;
   	will-change: transform;
    text-transform: uppercase;
    backface-visibility: hidden;
    transform: translate3d(0px, 0px, 0px);
}
#menu .nav > li > a:hover:before
{
	opacity:1;
	left:30%;
	bottom:-4px;
	transition:all .7s;
   transform-origin: left center 0px;
    transform: translate3d(4px, 0px, 0px);
    border-radius: 3px;
    transition:all .5s;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
   font-weight:bold;
}
#menu .nav > li > a:after
{
	position:absolute;
	content:'/';
	top: 11px;
	right: -5px;
	color:#dedede;
}
#menu .nav > li:first-of-type a:after
{
	display:none;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: right;
	padding-right: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: left;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-right: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 300px;
	direction:rtl;
}
/* footer */
.common-home footer {
    padding: 50px 0 15px;
	background-color: #fff;
	/* color: #e2e2e2; */
	/* border-radius: 18px; */
	width: 1116px;
	margin:0 auto ;
}
footer .right
{
	text-align:center;
}
footer .right h1
{
	color:#fff;
	font-size: 19px;
	/* padding-right: 39px; */
}
footer .center
{
	margin-top: 25px;
	/* text-align:  center; */
	/*padding-right: 92px;*/
}
footer .left
{
	text-align:center;
}

.img-responsive
{
	margin: 0 auto;
}
.testmonial-image
{
	width: 150px;
	height: 150px;
	border-radius: 50%;
}
.testmonial-text{
	padding: 0 20px;
}
footer .left li {padding: 0;}


footer .left .insta
{
	background-color:#444444;
	transition:all .3s;
}

footer .left li a
{width: 33px;height: 33px;line-height: 33px;border-radius:50%;text-align:  center;display: inline-block;margin-right: 5px;}

footer .left li a
{
color:#fff;
transition:all .5s;
}
footer .left li a:hover
{
	transform:translatey(-5px);
	transition:all .5s;
}
footer .left li a i:before
{
	font-size: 17px;
	margin-left:0;
}

footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer .center a {
	color: #ccc;
	display:  inline-block;
	font-size: 15px;
	padding: 8px;
	transition:all .4s;
	position:relative;
}

footer .center a:after
{
	position:absolute;
	content: "\f100";
	/*font-family:'fontawesome';*/
	right: -13px;
	top: 13px;
	opacity:0;
	transition: all .5s ease-in-out;
		font-family: "Font Awesome 5 Brands";

}
footer .center a:hover:after
{
	opacity:1;
	 transition: all .5s ease-in-out;
}
footer a:hover {
	color: #fff;
}
footer h3
{
	color:#fff;
	font-size:25px;
}
footer .left p
{
	font-size:20px;
	color:#fff;
	padding-bottom:20px;
}
footer .list-inline
{
	padding:0;
}
footer .left p span
{
	font-weight:bold;
	font-size:22px;
}
footer h5 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.end
{
	text-align:left;
	margin-left:170px;
	direction:ltr;
	margin-top: 17px;
	margin-bottom: 20px;
}
.end a
{
	color:#000;
}
/* alert */
.alert {
	max-width: 100%;
	font-family: 'Bahij';
	padding: 25px 60px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999999999;
	background: #696969;
	border-color:transparent;
	border-radius: 0;
	color: #ffffff;
	font-size:18px;
	border-radius:0px 0 10px 10px;
	-webkit-animation-name:slideInRight;
	animation-name:fadeInDown;
	-webkit-animation-duration: 0.8s;
	animation-duration: 1s;
	border-right:15px solid #ef4951;
    -webkit-box-shadow: 1px -1px 9px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px -1px 9px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 1px -1px 9px 0px rgba(0, 0, 0, 0.75);
}
.alert a
{
	color:#ffffff;
}
.alert .close{
	position: absolute;
	left:10px;
	top:20px;
    opacity: 1;
    text-shadow: none;
    color: #fff;
}
.alert .fa{
	position: absolute;
    display: block;
    top: 20px;
    right: 10px;
    font-size: 26px;
    margin-left: 10px;
}
.alert a:hover{
	color:#ffffff;
	font-weight:bold;
}
/* breadcrumb */
.breadcrumb {
	padding: 21px 12px;
	background-color: #fff;
	margin-right: -8px;
	width: 1156px;
	position:relative;
	border-top: 4px solid #696969;
	border-bottom: 4px solid #696969;
	background: #696969;
	color:  #FFF;
	border-radius: 13px;
}
.breadcrumb:after
{
	position:absolute;
	content:'';
	background: url(../image/car.png)no-repeat;
	width: 434px;
	height: 166px;
	top: -6px;
	left: 0;
	background-size: 100%;
	display: none;
}
.breadcrumb a
{
	text-shadow:none;
	color: #ffffff;
	font-size: 25px;
	font-weight:bold;
}
.breadcrumb i {
	font-size: 0px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: inline-block;
	position: inherit;
	top: -5px;
	left: 0;
	width: 15px;
	margin: 0 15px;
	height: 5px;
	background-color:#000;
}

.breadcrumb > li:last-of-type:after {
	display:none
}
.breadcrumb li:first-of-type
{
	display:none;
}
.filter {
    padding: 20px 16px;
    margin-bottom: 10px;
    background-color: #ef4951;
}
.filter .f1{
text-align:left

}
.filter .ctt
{
	margin-top:8px;
	color:#fff;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #000;
	background-color: #ffffff;
	border-color: #ef4951;
	border-radius:0;
}
.btn-default:hover
{
	background-color:#000;
	color:#ef4951;
	border-color:#ef4951;
	text-shadow:none;
	box-shadow:none;
}
.btn-primary {
	color: #ffffff;
	background-color: #303030;
	border-color: #303030;
	transition:all .6s;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #696969;
	background-repeat: repeat-x;
	border-color: #696969;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
		background-color: #696969;
			border-color: #696969;
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group  {
	padding: 10px 0;
	-webkit-box-shadow: 1px 1px 10px 0px #00000024;
	box-shadow: 1px 1px 10px 0px #00000024;
	padding-top:0;
}
.list-group  h2
{
	text-align: center;
	padding-top: 26px;
	color: #000000;
	position:relative;
	margin-left: -23px;
	font-size: 23px;
}
.list-group h2:after
{
	position:absolute;
	content:'';
	background: url(../image/logo.png)no-repeat;
	width:70px;
	height:70px;
	right:0;
	top: 8px;
	background-size: 82%;
}
.list-group a {
	font-size: 14px;
	font-weight: 300;
	color: #000;
	padding: 11px 12px;
	border: 0;
	position: relative;
	background: transparent;
}
.list-group a:not(:last-of-type):after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 80%;
    height: 1px;
    background: #efefef;
    margin: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.list-group a:hover:after,
.list-group a.active:after {
    background-color: #ef4951;
}

.list-group-item:last-child {border-radius: 0 }

.list-group-item:first-child { border-radius: 0 }

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	font-weight: 400;
	text-shadow: none;
	background-color: transparent;
	color: #e63334;
	font-weight: 300;
	border: 0;
}
.list-group .count:before {
    content: "";
    position: absolute;
    right:0;
    bottom: 0;
    border-width: 4px;
    border-color: transparent #c0974c #c0974c transparent;
    border-style: solid;
} 
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	/* border: 1px solid #ddd; */
	margin-bottom: 20px;
	/* overflow: hidden; */
	box-shadow: 10.5px 18.187px 21px 0px rgb( 1, 2, 2 ,.1);
	border-radius:20px;
}
.product-thumb:hover 
{
	box-shadow: 10.5px 18.187px 21px 0px rgb(0, 0, 0 ,.2);
}
.product-thumb .image {
	text-align: center;
	overflow:  hidden;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity:1;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 33px;
}
.product-thumb img
{
	transition:all .5s;
	
}
.product-thumb:hover img
{
	transform:scale(1.1) rotate(5deg);
	transition:all .5s;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: right;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	text-align:  center;
	padding: 0px 2px;
	min-height: 100px;
}
.product-list .product-thumb .caption {
	margin-right: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	/* min-height: 210px; */
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-right: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}

.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #008eaa;
	font-size: 19px;
	direction: rtl;
	padding-top: 11px;
	padding-bottom: 11px;
	font-family: 'Droid Arabic Naskh';
}
.product-thumb .price .price-new span
{
	font-size: 13px;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-right: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.category- .product-thumb .btn-cart
{
	bottom:2%;
}
.product-thumb .btn-cart
{
	position:absolute;
	bottom: -6%;
	right: 0;
	left: 0;
	text-align:  center;
	margin:  auto;
	color:white;
	background-color:#008eaa;
	border-radius:50%;
	border:none;
	direction:rtl;
	width: 49px;
	height: 49px;
	line-height:49px;
	opacity:1;
	transition:all 1s;
}
.product-thumb .btn-cart .flaticon-empty-shopping-cart:before
{
	font-size:22px;
}
.product-thumb:hover .btn-cart
{
	transition:all 1s;
}
 .product-thumb .caption > p.des{
 	display:none
 }
.product-list   .product-thumb .caption > p.des{
 	display:block
 }
 .product-list .btn-cart
 {
 	bottom:100px;
 }
.product-list .product-thumb button{
	opacity:1 !important;
}
.product-thumb .button-group {
	/* position: absolute; */
	z-index: 99;
	right:0px;
	left:0;
	text-align:center;
	bottom: 2px;
}
.product-thumb:hover .button-group {
   
}
.product-list .product-thumb .button-group {
	top:100px;
}

@media (max-width: 768px) {
.product-list .product-thumb .button-group {
	border-right: none;
}
}
.product-thumb .button-group button {
    border: none;
    display:inline-block;
    padding: 0;
    background-color:rgb(196,196,196 );
    color: #000;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    outline: none;
    opacity:0;
    transition:all .6s;
    margin:10px;
}
.category- .product-thumb .button-group button:first-of-type {
		transform: translatex(44px) !important;
}
.category- .product-thumb .button-group button:last-of-type {
		transform: translatex(-48px) !important;
}
.product-list .product-thumb .button-group button:first-of-type
{
	transform: translatex(1px) !important;
}
.product-list .product-thumb .button-group button:last-of-type
{
	transform: translatex(-70px) !important;
}
.product-thumb .button-group button:last-of-type {
	transform:translatex(60px);
}

.product-thumb:hover .button-group button:first-of-type {
	transform:translatex(-20px);
}
.product-thumb:hover .button-group button:last-of-type {
	transform:translatex(20px);
}
.item  .product-thumb 
{
	transform:translatey(0);
	transition:all .6s;
}
.item:hover .product-thumb 
{
	opacity:1;
    transform:translatey(-10px);
    transition:all .6s;
}
.product-thumb .button-group button:hover
{
	background-color:#000000;
	transition:all .6s;
}
.product-thumb:hover .button-group button{
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    transition:all .7s;
}

.product-thumb:hover .button-group button{
    
    animation: bounceinRight 0.5s;
}
.product-thumb:hover .button-group button+button{
    animation: bounceinRight 1s;
}
.product-thumb:hover .button-group button:last-child{
    animation: bounceinRight 1.5s;
}
.product-thumb .buttongroup span{
    display: none;
}
product-thumb .buttongroup .fa
{
    font-size: 14px;
    font-weight: bold;
}
.product-thumb i:before
{
	margin-left:0;
	color:#fff;
	font-size: 19px;
}
@media (max-width: 1200px) {

}
@media (max-width: 767px) {
h1{
		font-size:16px 
	}
}




.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-right: 20px;
}
.thumbnails {
	margin-right: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: right;
	margin-right: 20px;
}
/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3{
       width: 100%;
    }
    #column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }
    #column-left + #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
    #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}
/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

#carousel1.owl-carousel .owl-wrapper-outer{
	box-shadow: none !important;
}

.options
{background:url(../image/back.png) no-repeat;width:1300px;margin-right:-80px;padding-top:40px;padding-bottom:70px;    background-position: center;border-radius: 25px;}

.options .title
{
text-align:center;
}

.options .title h1
{
font-size:30px;
font-weight:bold;
color:#fff;
display:  inline-block;
text-shadow: 2px 3px 0px #398cd3;
}

.options .title h1 span
{
display:block;
font-weight:lighter;
margin-top:10px
}

.options .owl-carousel , .options .owl-wrapper-outer
{
background-color:transparent;
border:none;
box-shadow:none;
text-align:center
}

.options .options-slider
{
  width: 70%;
  margin: auto;
}

.options .item
{
margin:20px;
}

.options .item .image
{background-color:#fff;border-radius:50%;width:120px;height:120px;line-height:120px;text-align:center;margin:  auto;box-shadow: 0px 0px 21px 0px rgb( 110, 181, 225 );}

.options .item .caption h5
{
font-size:18px;
font-weight:bold;
color:#fff;
}

.options .item .caption p
{
font-size:13px;
padding:0 25px;
color:#3a7ca5;
}
.options .owl-prev
{
transform:rotate(180deg);
top:70px !important;
left:-80px !important;
}

.options .owl-next
{
top:70px !important;
right:-80px !important;
transition:all 0.5s ease-in-out;
}

.options .owl-next:hover
{
transform:translate(8px);
transition:all 0.5s ease-in-out;
}

.options .owl-prev:hover
{
transform:rotate(180deg) translate(8px);
transition:all 0.5s ease-in-out;
}
.header1
{
padding:20px 0;
}

.header1 #search
{width:60%;display:  inline-table;}

.header1 #search input
{border-radius:0 40px 40px 0;height:42px;padding-right:30px;border:1px solid #d6d2d2;border-left:0;}

.header1 #search .btn
{border-radius:40px 0 0 40px;height:42px;border:1px solid #d6d2d2;border-right:0;padding: 0 20px;transition: all .6s;}

.header1 #search .btn i
{
font-size:25px;
/*font-weight:lighter;*/
}

.header1 a
{display: inline;margin-right: 15px;color: #000;font-size: 16px;display:  inline-block;position: inherit;top:-17px;}
.header1 a:hover
{
	color:#ef4951;
	border-bottom:1px solid #ef4951;
	transition:all .4s;
}
.header1 a:after
{
position:absolute;
content:"-";
left:0;
left:-12px;
font-weight:bold;
}

.header1 a:last-of-type:after
{
display:none;
}
.header1 .currency1 strong
{
position:relative;
color:#a2a0a0;
}

.header1 .currency1 i
{
font-size:21px;
font-weight:bold;
color:#000;
}

.header1 .currency1 i:first-of-type
{
position:absolute;
right:-10px;
top:0;
}

.header1 .currency1 i:last-of-type
{
position:absolute;
right:-10px;
top:12px
}
.header1 a:after
{
	display:none;
}
@media screen and (max-width: 767px) {
	header{
		/* margin-top: 15px;
		margin-bottom: 15px; */
	}
	.end h1
	{
		display:block;
	}
	.orders
	{
		width: 40%;
		margin:0 !important;
		text-align: center;
		color:  #fff !important;
	}
    .header1 a
    {
    	margin-top:10px;
    }
	#cart > .btn {
		width: auto;
		margin-left: -5px;
		float:left;
	}
	.payment

	{
		margin:10px;
	}
	.pro
	{
		margin:0
	}
	.slick-prev, .slick-next
	{
		display:none !important;
	}
	#cart .dropdown-menu .cart-button
	{
	padding: 0;
	padding-right: 19px;
	}
	#cart .dropdown-menu li p
	{
		margin:5px 0;
	}
	#cart p.cart-button a
	{
		padding:0px 15px;
	}
	#cart .info-item >a
	{
		font-size:13px;
	}
	#cart .dropdown-menu
{
	width: 264px;
	margin-left: 20px;
	margin-top: 19px;
}
	.pro-tabs
	{
		margin-right:0;
	}
	.pro-details h1
	{
		font-size:25px;
	}
	.slick-slide img
	{
		width:100% !important;
	}
	.breadcrumb:after
	{
		background-size: 100%;
		top: 10px;
		width: 153px;
		height: 65px;
	}
	.breadcrumb a
	{
		font-size: 9px;
	}
	.breadcrumb
	{
		width:100%;
		margin-right: 0;
		padding: 19px 0;
	}
	#logo img
	{
		margin:auto;
	}
	footer
	{
		width:100%;
		margin:0;
	}
	.header1 #search
	{
		width:100%;
		margin-bottom:30px;
	}
	.options
	{
		width: 100%;
		padding: 10px 0;
		margin: 0;
		background-size: cover;
		background-position: center right;
	}
	.common-home footer
	{
		width:100%;
		margin:0;
		padding: 10px 0;
	}
	.payment img
	{
		max-width:100%;
	}
	.options .owl-prev{
		left: 0 !important;
	}
	.container header
	{
		margin:0;
	}
	.end
	{
		margin-left:0;
		text-align:center;
	}
	.end h1
	{
		font-size:12px;
	}
	#logo
	{
		margin-top:0;
	}
	.options .item
	{
		margin: 1px;
	}
	.options .title h1
	{
		font-size:20px;
	}
	.options .item .caption p
	{
		padding:0;
		font-size: 9px;
	}
	.options .item .caption h5
	{
		font-size:13px;
	}
	.options .item .image
	{
		width: 100px;
		height: 100px;
		line-height: 100px;
	}
	.options .owl-next ,.options .owl-prev
	{
		display:none;
	}
	footer .right h1
	{
		padding:0;
		font-size:15px;
		margin: 0;
	}
	footer .center a
	{
		font-size:11px;
		padding:3px;
	}
	footer .left p
	{
		padding:0;
		font-size: 17px;
	}
	footer h3
	{
		margin:0;
		font-size: 22px;
	}
	.product-thumb h4 a
	{
		font-size:13px;
	}
	.product-thumb .price
	{
		font-size:12px;
		padding: 0px;
	}
	.product-thumb .caption
	{
		padding:0;
		min-height: 0;
	}
	.special-
	{
		padding-right: 11px;
	}
	.product-thumb .btn-cart
	{
		width: 34px;
		height: 34px;
		line-height: 34px;
	}
	.product-thumb .btn-cart .flaticon-empty-shopping-cart:before
	{
		font-size: 17px;
	}
	.product_category .panel-title
	{
		font-size: 20px;
		display:  inline-block;
	}
	.product_category .owl-carousel
	{
		margin: 0;
	}
	.product_category .item
	{
		margin: 32px 10px;
	}
	.product_category .pull-right
	{
	 margin:0;
	}
	.product_category .pull-right a
	{
		font-size: 15px;
	}
	.product_category .pull-right:after
	{
		top:2px;
		right:-20px;
		font-size:15px;
	}
	.product-thumb .button-group button
	{
		width: 28px;
		height: 28px;
		line-height: 28px;
	}
	.product-thumb .button-group
	{
		bottom: -53px;
	}
	#banner0 .owl-pagination
	{
		display:none;
	}
	#banner0 .owl-controls .owl-buttons .owl-prev , #banner0 .owl-controls .owl-buttons .owl-next 
	{
		display:none;
	}
	#banner0
	{
		margin:0;
	}
	#banner0 .item
	{
		margin: 0;
		margin-bottom: 14px;
		box-shadow:  none;
	}
	.panel-heading
	{
		/* padding:0; */
	}
	.alert
	{
		font-size:12px;
	}
	footer .center
	{
		padding:0;
		text-align:center;
	}
}
.menu-container .fa-remove:before, .fa-close:before, .fa-times:before
{
	
left: 6%;
	
top: 9%;
}
.menu-container {
  z-index: 2;
  position: fixed;
  display:flex;
  align-items: stretch;
  /* overflow: auto; */
  height: 0vh;
  width: 88vw;
  z-index: 99999;
  /* margin-top: -39px; */
  pointer-events:none;
  bottom: 0;
  transition: all 0.3s ease;
  top: 0;
}

.menu-open .menu-container{
	  height: 100vh;
	  transition: all 0.3s ease;
}

.menu1 {
  display:flex;
  margin-right: 0;
  padding-top: 12px;
  justify-content: center;
  align-items: center;
  position: absolute;
  /* height: 80vh; */
  /* width: 74vw; */
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translatex(-250%);
  transition: transform .3s;
  transition-delay: 0.3s;
  visibility: hidden;
}
  
   .menu1 ul  li {
      font-family: 'Bahij';
      color: white;
      min-height: 21px;
      padding: 8px;
      text-align: center;
}
   .menu1 ul  li   a{
        cursor:pointer;
        color: white;
        font-size: 16px;
        text-align:  left;
        position:relative;
        border-bottom:1px solid #ccc;
}


.menu1 ul li a:hover
{
	background-color:transparent;
	color:black;
}
.menu-sliders {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: flex 0.3s;
}

.plus-btn-pos {
  z-index: 5;
  float: right;
  margin-top: -2px;
  background:url(../image/home.png);
  width:27px;
  height:28px;
}

.plus-btn {
  width: 100%;
  background:transparent;
  position: relative;
  cursor:pointer;
  z-index:99999;
}
 .plus-btn div{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 3px;
    /* background-color: black; */
    transition: transform 0.3s;
    transition-delay: 0.5s;
  }
  .r1{
    transform: translateX(-50%)translateY(-50%)rotate(-90deg);
    /* background: url(../images/icon2.png) no-repeat; */
    /* box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12); */
    cursor: pointer;
  }
  .r2{
    transform: translateX(-50%)translateY(-50%)rotate(-180deg);
  }
  
  .plus-btn:hover{}
  .plus-btn:hover  div{
      background: white;
    }
  
  .plus-btn:active{
      box-shadow: none;
  }
  

 body.menu-open  .menu-sliders:nth-child(2) {
     flex:0 0 0%;
  } 
 body.menu-open .menu1 {
    transform: translateY(0%);
    visibility: visible;
    pointer-events:all;
    background-color: #77d309;
    opacity: .97;
    overflow: auto;
    transition: all 1s;
    border-right: 4px solid black;
    border-left: 0;
    margin-top: 0;
    /* color: blue; */
  }
.sidenav {
   height: 100%;
   width: 0;
   position: fixed;
   z-index: 1;
   top: 0;
   right: 0;
   background: #fff;
   overflow-x: hidden;
   padding-top: 5px;
   transition: 0.5s;
   z-index: 99999999;
   text-align: left;
}

.sidenav ul {
    width: 80%;
    margin: auto;
}

.sidenav ul li:after,
.sidenav ul .flaticon-profile:before { display: none }


.sidenav ul>li:last-child,.sidenav .social ul>li{
    border-bottom:none;
}

/* The navigation menu links */

.sidenav a {
    padding: 12px 8px 8px 32px;
    text-align: right;
    text-decoration: none;
    font-size: 13px;
    color: #56575b;
    font-weight:bold;
    display: block;
    transition: 0.3s;
}
.sidenav li
{
	border-bottom:1px solid #f1f1f1;
}
.sidenav a:hover {
    color: #2e3567
}

.sidenav .nav > li > a:hover, .sidenav .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

.sidenav .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    border-color: transparent;
}

.sidenav .dropdown-menu > li > a {
    color: #c9c8c8
}

.sidenav .btn-link .fa {
    float: left
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus,.sidenav .dropdown-menu > li > a:hover{
    color: #e8e8e7;
    font-weight: bold;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    background-color: #ef4951;
    color: #e8e8e7;
    width: 3.462rem;
    height: 3.462rem;
    line-height: 3.154rem;
    text-align: center;
    font-size: 3.308rem;
    cursor: pointer;
    font-weight: 100;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    padding: 0;
}

.sidenav .logo {
    text-align:center;
    margin-top: 50px;
}
.sidenav .logo a{
    padding: 0px 25px;
    margin: 0;
}
.sidenav .socials li
{
	border-bottom:none;
}
.sidenav .socials li a
{
	padding:0;
	margin-right: -11px;
	padding-top: 18px;
}
.mob
{
	margin-bottom: 17px;
	margin-top:10px;
}
@media (min-width:768px) and (max-width:991px)
{
	.options
	{
		width:100%;
		margin-right:0;
	}
	footer
	{
		width:100%;
		margin-right:0;
	}
	.common-home footer
	{
		width:100%;
		margin:0;
	}
	.container header
	{
		margin-right: 0;
		margin-left: 0;
	}
	.payment img
	{
		max-width:100%;
	}
	footer .center a
	{
		font-size:14px;
	}
	footer .right h1
	{
		padding:0;
		font-size:12px;
	}
	.end
	{
		text-align:center;
		padding:0;
		margin-left:0;
	}
	.options .item .caption p
	{
		font-size:10px;
	}
	.options .item
	{
		margin:15px;
	}
	.options .item .caption h5
	{
		font-size:15px;
	}
	#menu .nav > li > a
	{
		font-size:12px;
		padding:8px;
	}
	.breadcrumb
	{
		width:100%;
		margin: 0;
	}
	.slick-slide img
	{
		width:100% !important;
	}
}
@media (min-width:992px) and (max-width:1199px){
	.list-group h2
	{
		margin-top:0
	}
	.list-group h2:after{
		width:40px;
		height: 33px;
		top: 44%;
		/* transform: translateY(-50%); */
	}
	.options{
		width:100%;
		margin-right:0;
	}
	footer{
	margin-right: 0;
	width:100%;
	}
	.common-home footer
	{
		width:100%;
		margin:0;
	}
	#menu .nav > li > a
	{
		font-size:12px;
	}
	header .left
	{
		margin-right:-50px;
	}
	.breadcrumb
	{
		width:100%;
		/* margin:0; */
	}
}
